func internal/runtime/maps.newGroups
5 uses
internal/runtime/maps (current package)
group.go#L313: func newGroups(typ *abi.SwissMapType, length uint64) groupsReference {
map.go#L595: grp := newGroups(typ, 1)
map.go#L797: newGroup := groupReference{data: newGroups(typ, 1).data}
table.go#L104: t.groups = newGroups(typ, groupCount)
table.go#L1273: newGroups := newGroups(typ, oldGroups.lengthMask+1)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)